home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / jenna.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  453 b   |  19 lines

  1. on exitFrame
  2.   if rollOver(1) = 1 then
  3.     set the visible of sprite 4 to 1
  4.     set the visible of sprite 5 to 1
  5.   end if
  6.   if rollOver(1) = 0 then
  7.     set the visible of sprite 4 to 0
  8.     set the visible of sprite 5 to 0
  9.   end if
  10.   if rollOver(2) = 1 then
  11.     set the visible of sprite 7 to 1
  12.     set the visible of sprite 8 to 1
  13.   end if
  14.   if rollOver(2) = 0 then
  15.     set the visible of sprite 7 to 0
  16.     set the visible of sprite 8 to 0
  17.   end if
  18. end
  19.